gnome_init() does not call gdk_rgb_init(), so don't mention that it does
authorFederico Mena Quintero <federico@helixcode.com>
Tue, 1 Feb 2000 00:42:39 +0000 (00:42 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 1 Feb 2000 00:42:39 +0000 (00:42 +0000)
2000-02-01  Federico Mena Quintero  <federico@helixcode.com>

* doc/tmpl/rendering.sgml: gnome_init() does not call
gdk_rgb_init(), so don't mention that it does in the
documentation.  Thanks to Alexander Kruuse <kruuse@home.se> for
pointing this out.

docs/reference/gdk-pixbuf/tmpl/rendering.sgml
gdk-pixbuf/ChangeLog

index 20365ab3c2aa62d5407f1e89b1ed7cff29264d3f..4af655d54a4edc70c8660575c93e79423a3541d5 100644 (file)
@@ -23,11 +23,8 @@ Rendering a pixbuf to a GDK drawable.
   <important>
     <para>
       Since these functions use GdkRGB for rendering, you must
-      initialize GdkRGB before using any of them.  If you are using
-      GNOME, gnome_init() will do this for you automatically.
-      Otherwise, you can do this by calling gdk_rgb_init() near the
-      beginning of your program.
-      
+      initialize GdkRGB before using any of them.  You can do this by
+      calling gdk_rgb_init() near the beginning of your program.
     </para>
   </important>
 
index a78c5132373145b12d0defc6e139f567773be5b1..6bf3725f91b7639c7db3889055330ff5756de45a 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-01  Federico Mena Quintero  <federico@helixcode.com>
+
+       * doc/tmpl/rendering.sgml: gnome_init() does not call
+       gdk_rgb_init(), so don't mention that it does in the
+       documentation.  Thanks to Alexander Kruuse <kruuse@home.se> for
+       pointing this out.
+
 2000-01-31  Havoc Pennington  <hp@redhat.com>
 
        * gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target